/**
 * 乃尔官网 v2.0.0
 * Junior.Yang
 */


/* 重置 */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
    margin: 0;
    padding: 0;
} 
a {
    text-decoration:none;
} 
li {
    list-style:none;
} 
img {
    border:0;
    vertical-align:middle;
}


/* 公共 */
@font-face {
    font-family: 'syr';
    src: url('../fonts/sy/sfont.eot');
    src: local('☺'),
        url('../fonts/sy/sfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sy/sfont.woff2') format('woff2'),
        url('../fonts/sy/sfont.woff') format('woff'),
        url('../fonts/sy/sfont.ttf');
}
@font-face {
    font-family: 'xk';
    src: url('../fonts/xk/sfont.eot');
    src: local('☺'),
        url('../fonts/xk/sfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/xk/sfont.woff2') format('woff2'),
        url('../fonts/xk/sfont.woff') format('woff'),
        url('../fonts/xk/sfont.ttf');
}
body {
    font: 14px/1 'syr';
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    clear: both;
}
.blue {
    color: #4580bc;
}
.bg-blue {
    background-color: #4580bc;
}
.container {
    width: 1162px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.section-padding {
    padding: 20px 0 40px;
}
.section-title {
    font-size: 18px;
    margin-bottom: 25px;
}
.tabs-content {
    position: relative;
    height: 215px;
}
.tab-content {
    position: absolute;
    top: -20px;
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s ease-out 0.05s;
    -moz-transition: all 0.15s ease-out 0.05s;
    -ms-transition: all 0.15s ease-out 0.05s;
    -o-transition: all 0.15s ease-out 0.05s;
    transition: all 0.15s ease-out 0.05s;
}
.tab-content.active {
    top: 0;
    opacity: 1;
    display: block;
    filter: alpha(opacity=100);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -ms-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    -o-transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
    transition: all 1s cubic-bezier(0, 0, 0.33, 1.02) 0.25s;
}
.site-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/site-icons.png) no-repeat;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -999em;
}
.site-icon:before {
    content: '\3000';
}
.pagination {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.pagination a {
    padding: 10px;
    color: #000;
}
.pagination a.current {
    color: #4da5ff;
}
.breadcrumbs-container {
    margin-bottom: 60px;
    color: #aaa;
}
.breadcrumbs-container a {
    font-size: 12px;
    font-weight: 300;
    color: #aaa;
}
.breadcrumbs-container .crumbs {
    float: left;
    font-size: 12px;
    font-weight: 300;
}
.breadcrumbs-container .back {
    float: right;
}

/* 首页 */
/* 头部 */
.header {
    position: absolute;
    z-index: 9;
    width: 100%;
    min-width: 860px;
    background: #fff;
    box-shadow: 0 1px 4px 1px #d8d8d8;
}
.site-branding {
    float: left;
    margin-left: 97px;
    margin-top: 16px;
}
.navigation-top {
    float: right;
}
.navigation-top .main-navigation,
.navigation-top .search-form-wrap {
    float: left;
}
.navigation-top .main-navigation {
    margin-right: 88px;
}
.menu-main-container li {
    float: left;
    margin: 0 18px;
}
.menu-main-container li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 70px; 
    color: #000;
}
.menu-main-container li.current-menu-item a {
    color: #4580bc;
}
.search-toggle {
    position: relative;
    height: 72px;
    transition: all .3s linear;
}
.search-toggle input.search-submit {
    position: absolute;
    right: 0;
    width: 70px;
    height: 100%;
    padding: 24px;
    font-size: 24px;
    color: #fff;
    background: #4580bc url(../images/search.png) center no-repeat;
    border: none;
    cursor: pointer;
}
.search-toggle input.search-field {
    position: absolute;
    right: 70px;  
    width: 0;
    height: 100%;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: none;
    transition: all .3s linear;
}
.search-toggle:hover input.search-field {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(0, 0, 0, .5);
    transition: all .3s linear;
}
.search-toggle:hover input.search-submit {
    background: rgba(0, 0, 0, .5) url(../images/search.png) center no-repeat;
    transition: all .3s linear;
}
/* 轮播 */
.main-swiper {
    height: 350px;
}
.main-swiper .swiper-slide {
    position: relative;
    background: url(../images/home/banner.jpg) center no-repeat;
}
.main-swiper .swiper-slide.first-slide {
    background: url(../images/home/1.jpg) center no-repeat;
}
.main-swiper .swiper-slide.second-slide {
    background: url(../images/home/2.jpg) center no-repeat;
}
.main-swiper .swiper-slide.third-slide {
    background: url(../images/home/3.jpg) center no-repeat;
}
.main-swiper .slide-caption {
    position: absolute;
    top: 122px;
    left: 70px;
    padding: 18px 226px 19px 25px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f2b3b60, endcolorstr=#7f2b3b60);
    background: rgba(43, 59, 96, .5); 
}
.main-swiper .slide-caption p,
.main-swiper .slide-caption h2,
.main-swiper .slide-caption a {
    color: #fff;
}
.main-swiper .slide-caption p {
    margin-bottom: 12px;
    font-size: 16px;
}
.main-swiper .slide-caption h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
}
.main-swiper .slide-caption .btn {
    display: table; /* ie8 */
    padding: 5px 7px 5px 10px;
    font-size: 12px;
    font-weight: 400;
}
.main-swiper .slide-caption .btn i {
    margin-left: 55px;
}
.slides-control-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33cacaca,endcolorstr=#33000000);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33cacaca,endcolorstr=#33000000);
    background:-moz-linear-gradient(top, rgba(207, 207, 207, .2), rgba(0, 0, 0, .2));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(207, 207, 207, .2)), to(rgba(0, 0, 0, .2)));  
    background:-o-linear-gradient(top, rgba(207, 207, 207, .2), rgba(0, 0, 0, .2));
    background: linear-gradient(to bottom, rgba(207, 207, 207, .2), rgba(0, 0, 0, .2));
}
.slides-control {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: 1162px;
}
.slides-control li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    border-left: 1px solid #b3b3b3;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid #b3b3b3;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.slides-control li a {
    color: #fff;
}
.slide-control-title,
.slide-control-desc {
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slide-control-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.slide-control-desc {
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 300;
}
.slides-control li.active:before {
    content: '';
    position: absolute;
    width: 0;
    border-width: 6px 6px;
    border-style: solid;
    border-color: #4580c2 transparent transparent #4580c2;
}
/* 计数 */
.counter {
    padding: 16px 0;
    color: #666;
    background: #e6e7eb;
}
.counter-section .num {
    font-size: 40px;
    font-weight: 700;
}
.counter-section .num-desc {
    font-size: 12px;
    font-weight: 700;
}
.counter-section li {
    float: left;
    width: 33.33%;
}
/* 传感器 */
.sensor-list .tabs-nav-wrapper,
.sensor-list .tabs-content {
    float: left;
    border: solid 2px #e8e8e8;
}
.sensor-list .tabs-nav-wrapper {
    box-sizing: border-box;
    margin-right: 0.83%;
    width: 18.17%;
    overflow: hidden;
}
.sensor-list .tabs-nav-wrapper h2 {
    padding: 13px 0 10px 18px;
    font-size: 18px;
}
.menu-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/home/menu-icon.png) no-repeat;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -999em;
}
.menu-icon:before {
    content: '\3000';
}
.sensor-list .menu-icon {
    margin-right: 14px;
}
.sensor-list .tabs-nav li {
    padding: 10px 0 10px 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.sensor-list .tabs-nav li.active {
    padding-left: 50px;
    color: #fff;
    background: #4580bc;
}
.sensor-list {
    margin: 25px 0;
}
.sensor-list .img-shadow {
    height: 10px;
    background: url(../images/products/shadow.png) center no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/products/shadow.png', enabled=true, sizingMethod=scale);
    /* 解决ie8下png背景图片有黑色边框问题 */
}
.sensor-list .tab-content-img,
.sensor-list .tab-content-text {
    float: left;
}
.sensor-list .tab-content-img {
    margin-left: 20px;
}
.sensor-list .tab-content-img img {
    width: 80px;
    height: auto;
}
.sensor-list .tab-content-text h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sensor-list .tab-content-text p {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sensor-list .tabs-content {
    box-sizing: border-box;
    width: 81%;
    height: 217px;
    overflow: auto;
}
.sensor-list .tab-content-wrapper {
    margin: 8px 0;
}
.sensor-list .tab-content li {
    float: left;
    width: 33.33%;
}
.sensor-list .tab-content-text {
    margin-left: 30px;
    text-align: left;
    width: 176px;
}

/* 系统方案 */
.solution-list .tabs-nav {
    margin-bottom: 30px;
    border-bottom: solid 1px #c7c7c7;  
}
.solution-list .tab-nav {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.solution-list .tab-nav a {
    display: inline-block;
    padding-bottom: 15px;  
    color: #4d4d4d;
}
.solution-list .tab-nav.active a {
    border-bottom: solid 3px #4580bc;
}
.solution-list .tab-content-img {
    float: left;
    width: 30%;
}
.solution-list .tab-content-text {
    float: right;
    width: 65%;
}
.solution-list .tab-content-img img {
    width: 100%;
    height: auto;
    box-shadow: 12px 12px 0 #354b66;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#354b66);
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color=#354b66);
}
.solution-list .tab-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #364065;
}
.solution-list .tab-content p.small {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: #364065;
}
.solution-list .tab-content p {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #909090;
}
.solution-list .btn-more {
    display: table; /* ie8 */
    padding: 10px 114px 10px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.solution-list .btn-more i {
    margin-left: 15px;
}
/* 资讯中心 */
.news-list img {
    width: 100%;
    height: 150px;
}
.news-list h3 {
    margin: 10px 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    max-height: 48px;
    overflow: hidden;
}
.news-list p {
    margin: 10px 20px 0;
    font-size: 12px;
    font-weight: 400;
    color: #719d30;
}
.news-list p + p {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #909090;
    max-height: 44px;
    overflow: hidden;
}
.news-list .news-wrapper {
    margin: 3px;
    margin-right: 30px;
    border: solid 1px #dadada;
    box-shadow: 0 0 2px 2px #dadada; 
}
.news-swiper {
    height: 305px;
}
.news-list .container {
    position: relative;
}
.news-list .arrow-left {
    background: url(../images/home/left.png) center no-repeat;
    position: absolute;
    left: -42px;
    top: 50%;
    margin-top: -37px;
    width: 17px;
    height: 74px;
    z-index: 10;
}
.news-list .arrow-right {
    background: url(../images/home/right.png) center no-repeat;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -37px;
    width: 17px;
    height: 74px;
    z-index: 10;
}
/* 尾部 */
.footer {
    padding: 40px 0 30px;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    background: #1b2023;
}
.footer-wrapper-1,
.footer-wrapper-2 {
    float: left;
    width: 50%;
}
.footer-wrapper-2 {
    text-align: right;
}
.tel-wrapper {
    color: #b6b6b6;
}
.tel-wrapper .tel {
    font-size: 16px;
}
.tel-wrapper .tel-content {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}
.address {
    line-height: 22px;
}
.menu-footer-container li {
    float: left;
    width: 16.66%;
}
.menu-footer-container li a {
    color: #b6b6b6;   
}
.footer-logo {
    margin-top: 40px;
    margin-bottom: 40px;
}
.copyright {
    line-height: 16px;
}

/* 手机980px下 */
@media (max-width: 1162px) {
    .container {
        width: 860px;
    }
    .slides-control {
        width: 860px;
    }
    .main-swiper .slide-caption {
        left: 35px;
    }
    .sensor-list .tabs-nav-wrapper h2 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .sensor-list .tab-content-img {
        margin-left: 0;
    }
    .sensor-list .tab-content-text h3 {
        margin-top: 18px;
    }
    .sensor-list .tab-content-text {
        width: 144px;
        margin-left: 0;
    }
    .sensor-list {
        margin: 20px 0 10px;
    }
    .sensor-list .tabs-nav li {
        padding-left: 30px;
    }
    .sensor-list .tabs-nav li.active {
        padding-left: 40px;
    }
    .section-padding {
        padding: 10px 0 10px;
    }
    .solution-list .tab-content p {
        max-height: 50px;
        overflow: hidden;
    }
    .solution-list .tab-content h3,
    .solution-list .tab-content p.small,
    .solution-list .tab-content p + p {
        margin-bottom: 12px;
    }
    .tabs-content {
        height: 155px;
    }
    .site-branding {
        margin-left: 20px;
    }
    .counter-section .num {
        font-size: 28px;
    }
    .footer {
        padding: 25px 0 15px;
    }
    .section-title {
        margin-bottom: 10px;
    }
    .main-swiper .slide-caption {
        padding-right: 110px;
    }
    .news-swiper {
        height: 264px;
    }
    .news-list p + p {
        display: none;
    }
    .news-list p {
        margin-bottom: 20px;
    }
    .footer-logo {
        margin: 43px 0;
    }
}

/* 产品中心 */
.top-banner-container {
    position: relative;
    height: 270px;
    background: #020b20 url(../images/products/banner.jpg) center no-repeat;
}
.banner-text-wrapper {
    position: absolute;
    top: 105px;
    left: 98px;
    color: #fff;
}
.banner-text-wrapper h1 {
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: 300;
}
.banner-text-wrapper p {
    line-height: 26px;
    font-size: 12px;
    font-weight: 300;
}
.header.header-2,
.products-category-bar {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4ce6e6e6, endcolorstr=#4ce6e6e6);
    background: rgba(230,230,230,.3);
    box-shadow: none;
}
.header-2 .menu-main-container li a {
    color: #fff;
}
.header-2 .menu-main-container li.current-menu-item a {
    color: #8ccaff;
}
.products-category-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.products-category-bar ul li a {
    float: left;
    padding: 10px 5px;
    margin-right: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.products-category-bar ul li.current-menu-item a {
    color: #4da5ff;
    border-bottom: solid 4px #4da5ff;
}
.section-2 {
    background: #efeff0;
}
.select-condition-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
    color: #000;
}
.select-condition-content select {
    float: left;
    margin-left: 20px;
    width: 275px;
    height: 30px;
    font-size: 13px;
    font-weight: 300px;
    color: #808080;
}
.select-condition-content select:first-child {
    margin-left: 0;
}
.products-list-container table {
    margin-top: 34px;
    width: 100%;
    font-size: 13px; 
    font-weight: 400;
    text-align: center;
    border-collapse: collapse;
}
.products-list-container table thead {
    font-size: 13px;
    color: #000;
    line-height: 40px;
    background: #d4d4d5;   
}
.products-list-container table tbody .product-image img {
    height: 70px;
    width: auto;
}
.products-list-container table tbody .product-desc {
    padding: 0 25px;
    line-height: 28px;
    text-align: left;
}
.products-list-container table tbody tr {
    height: 87px;
    color: #fff;
    background: #3f4553;
}
.products-list-container table tbody tr td:first-child {
    font-weight: 700;
}
.products-list-container table tbody tr:nth-child(even) {  
    background: #2f3543;
}
.products-list-container table tbody tr:hover {
    background: #4580bc;
    border-color: #4580bc;
}
.products-list-container .example {
    margin-top: 40px;
    text-align: center;
}
.products-list-container td  a {
    color: #fff;
}

@media (max-width: 1162px) {
    .banner-text-wrapper {
        left: 60px;
    }
    .select-condition-content select {
        width: 200px;
    }
    .section-2.section-padding {
        padding: 20px 0 40px;
    }
}
.product-pdf img {
    width: 35px;
}

/* 产品详情页 */
.product-content-container {
    padding-top: 110px;
    padding-bottom: 50px;
}
.use-icon {
    background-position-y: -30px;
}
.product-content-title {
    margin-bottom: 30px;
}
.product-content-title-text {
    float: left;
}
.product-content-title-img {
    float: right;
}
.product-content-title-img img {
    width: 120px;
    height: auto;
}
.product-content-title-text h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 700;
    color: #666;
}
.product-content-title-text p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #2f3543;
}
.product-content-title-text p span {
    float: left;
    max-width: 900px;
}
.product-content-title-text .site-icon {
    margin-right: 15px;
}
.product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #2f3543;
}
.product-table thead {
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background: #29518a;
    border-top: solid 1px #94a8c4;
    border-bottom: solid 1px #94a8c4;
}
.product-table td {
    padding-left: 1.5%;
}
.product-table tbody tr {
    line-height: 44px;
}
.product-table tbody tr:nth-child(even) {
    background: #f6f6f6;
}
.product-table.size img {
    max-width: 100%;
}
.product-table.download thead td.icon {
    height: 60px;
    background: #49a4f6 url(../images/product/download-icon.png) no-repeat 18px;
}
.product-table.download thead td.text {
    height: 60px;
    background: url(../images/product/download.png) no-repeat 18px;
}
.product-table.download thead td a {
    display: block;
    height: 60px;
    font-size: 0;
}
@media (max-width: 1162px) {
    .product-content-title-text p span {
        max-width: 480px;
    }
}

/* 新闻中心 */
.news-item-img,
.news-item-text {
    float: left;
}
.news-item-time {
    float: right;
    margin-right: 40px;
}
.news-item-img {
    margin-right: 20px;
}
.news-item-text {
    max-width: 740px;
}
.news-item-text h4 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.news-item-text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
}
.news-item-text .more {
    font-size: 12px;
    font-weight: 400;
    color: #4580bc;
}
.news-item-time {
    text-align: right;
}
.news-item-time .month-day {
    font-size: 40px;
    font-weight: 300;
    color: #2374bf;
    margin-bottom: 10px;
}
.news-item-time .year {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.news-item {
    display: block;
    padding: 20px 0;
    border-bottom: solid 1px #e2e2e2;
}
.news-list-container li:hover {
    background: #223156;
}
.news-list-container li:hover .news-item-text h4,
.news-list-container li:hover .news-item-text p,
.news-list-container li:hover .news-item-text .more,
.news-list-container li:hover .news-item-time .month-day,
.news-list-container li:hover .news-item-time .year {
    color: #fff;
}
.news-list-container li:hover .news-item {
    border-bottom: 0;
}
.example {
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 1162px) {
    .news-item-text {
        max-width: 640px;
    }
    .news-item-time {
        margin-top: -30px;
    }
}

/* 新闻文章 */
.news-article-wrapper .title {
    margin-bottom: 80px;
    text-align: center;   
}
.news-article-wrapper h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #1c72b6;
}
.news-article-wrapper .small {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.news-article-wrapper p {
    max-height: 9999px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.news-article-wrapper p.first {
    color: #909090;
}
.news-article-wrapper .img-wrapper {
    margin-bottom: 40px;
    position: relative;
}
.news-article-wrapper .extra-text {
    position: absolute;
    bottom: 0;
}
.news-article-wrapper .img-wrapper .extra-text-wrapper {
    float: right;
    width: 48%;
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
.news-article-wrapper .img-wrapper img:first-child {
    float: left;
}
.news-article-wrapper .img-wrapper img {
    float: right;
    width: 48%;
}
.active-prev-next a {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    display: block;
    height: 86px;
    line-height: 86px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-in-out 0s;
}
.active-prev-next .next a {
    text-align: left;
    padding-left: 60px;
}
.active-prev-next .prev a {
    padding-right: 60px;
}
.active-prev-next .prev,
.active-prev-next .next {
    position: relative;
    float: left;
    width: 50%;
}
.active-prev-next a:hover {
    background: #49a4f6;
    color: #fff;
}
.active-prev-next .prev a:hover {
    padding-right: 90px;
}
.active-prev-next .next a:hover {
    padding-left: 90px;
}
.active-prev-next .prev a:hover:after {
    position: absolute;
    top: 38px;
    right: 60px;
    content: '';
    border-right: 5px solid #fff;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.active-prev-next .next a:hover:after {
    position: absolute;
    top: 38px;
    left: 60px;
    content: '';
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.active-prev-next {
    position: relative;
    height: 86px;
}
.active-prev-next .back {
    position: absolute;
    left: 50%;
    width: 86px;
    margin-left: -43px;
}
.active-prev-next .back a {
    text-align: center;
}

/* 关于乃尔 */
.about-section {
    background: #efeff0;
}
.container.about-container {
    width: 980px;
    margin: 0 auto;
}
.about-container p {
    font-size: 12px;
    font-weight: 400;
    color: #595757;
    line-height: 26px;
    max-height: 9999px;
}
.about-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #084f9c;
}
.about-title small {
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    color: #595757;
}
.intro-container {
    margin-top: 60px;
}
.intro-text p {
    text-indent: 2em;
}
.intro-container .intro-text {
    float: left;
    width: 76.2%;
}
.intro-container .intro-img {
    float: right;
    margin-top: -40px;
}
.intro-container .intro-list {
    display: inline-block;
    margin: 36px 0 0;
    text-align: center;
}
.intro-container .intro-list li {
    float: left;
    padding: 0 40px;
    min-height: 115px;
    border-left: solid 1px #e2e2e2;
}
.intro-container .intro-list li:first-child {
    border-left: 0;
}
.intro-container .intro-list h4 {
    margin: 5px 0 24px;
    font-size: 16px;
    font-weight: 400;
    color: #5e80a2;
}
.intro-container .intro-list p {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 24px;
}
.culture-container {
    margin-top: 72px;
}
.culture-container .culture-img,
.culture-container .culture-list  {
    float: left;
}
.culture-container .culture-list {
    margin-left: 36px;
    margin-top: 100px;
}
.culture-container .culture-list li {
    float: left;
    padding: 0 20px;
}
.culture-container .culture-list h4 {
    margin-bottom: 12px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #5e80a2;
    min-width: 183px;
}
.culture-container .culture-list p {
    font-size: 13px;
}
.culture-container .culture-list .mission h4 {
    background: url(../images/about/mission.png) no-repeat;
}
.culture-container .culture-list .vision h4 {
    background: url(../images/about/vision.png) no-repeat;
}
.culture-container .culture-list .values h4 {
    background: url(../images/about/values.png) no-repeat;
}
.history-container {
    position: relative;
}
.history-container .history-text p span:first-child {
    margin-right: 30px;
    color: #5e80a2;
}
.history-container .history-text {
    width: 84.2%;
}
.history-container .history-img {
    position: absolute;
    top: 0;
    right: 0;
}
.quality-container {
    margin: 60px auto 50px;
}
.quality-container .quality-list li.special {
    width: 50%; 
}
.quality-container .quality-list li {
    float: left;
    width: 33.33%;
    margin-top: 40px;
    text-align: center;
}
.quality-container .quality-list li img {
    height: 300px;
    width: auto;
}
.quality-container p {
    margin-top: 30px;
}
.honor-container {
    margin: 66px -184px;
    padding: 16px; 
    background: #223156;
    overflow: hidden;
}
.honor-swiper {
    height: 190px;
}
@media (max-width: 1162px) {
    .container.about-container {
        width: 860px;
    }
    .culture-container .culture-list {
        margin-left: 10px;
    }
    .culture-container .culture-list li {
        padding: 0 5px;
    }
    .honor-container {
        margin: 66px -52px;   
    }
    .history-container .history-text {
        width: 87%;
    }
    .intro-container .intro-list li {
        padding: 0 30px;
    }
}

/* 系统服务 */
.systems-list-container .systems-item {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
}
.systems-list-container .systems-item-text {
    float: left;
    width: 60%;
}
.systems-list-container .systems-item-text h4 {
    font-size: 20px;
    font-weight: 400;
    color: #364065;
    margin-bottom: 15px;
}
.systems-list-container .systems-item-text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
    margin-bottom: 12px;
    -webkit-text-size-adjust: none;
}
.systems-list-container .systems-item-text p.small {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: #364065;
}
.systems-list-container .systems-item-text .more {
    display: inline-block;
    padding: 10px 35px;
    font-size: 12px;
    font-weight: 400;
    color: #4580bc;
    border: solid 1px;
}
.systems-list-container .systems-item-img {
    float: right;
    box-shadow: 8px 8px 0 #354b66;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#354b66);
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#354b66);
}

/* 系统服务文章 */
.systems-article-wrapper .title {
    margin-bottom: 40px;
    text-align: center;
    -webkit-text-size-adjust: none;   
}
.systems-article-wrapper h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #1c72b6;
}
.systems-article-wrapper .small {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.systems-top-img-wrapper {
    margin-bottom: 20px;
}
.systems-top-img-wrapper img {
    width: 100%;
    height: auto;
}
.systems-article-wrapper p {
    max-height: 1000px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.systems-article-wrapper p.first {
    color: #909090;
}
.panel {
    width: 46.13%;
}
.left-panel {
    float: left;
    padding-right: 3.87%;
}
.right-panel {
    float: right;
    padding-left: 3.87%;
}
.panel-heading {
    padding-top: 50px;
}
.panel-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #3e469a;
    -webkit-text-size-adjust: none;
}
.panel-title .order {
    display: inline-block;
    margin-right: 15px;
    padding: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #1e549f;
}
.panel-desc {
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    color: #3e3a39;
    max-height: 9999px;
}
.panel-body-unit {
    margin-top: 30px;
}
.panel-body .unit-heading {
    margin-bottom: 30px;
}
.panel-body .unit-title {
    height: 30px;
    padding-left: 7px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: url(../images/systems/title-bg-lg.png) no-repeat;
}
.panel-body .unit-body-img {
    float: left;
    margin-right: 15px;
    background: url(../images/systems/img-bg-sm.png) no-repeat;
}
.panel-body .unit-body-text {
    float: right;
    width: 441px;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    color: #3e3a39;
}
.panel.border .panel-body {
    padding-bottom: 50px;
    border-bottom: dashed 1px #ddd;
}
.panel.lg {
    clear: both;
    width: 100%;
}
.panel.lg .panel-body .unit-body-text {
    float: none;
    width: 100%;
    max-height: 9999px;
    -webkit-text-size-adjust: none;
}
.data-acquisition-equipment-panel .performance-parameter-img {
    float: left;
    margin-right: 40px;
    background: url(../images/systems/img-bg-lg.png) no-repeat;
}
.data-acquisition-equipment-panel .performance-parameter-text {
    float: left;
}
.data-acquisition-equipment-panel .performance-parameter-container .panel-body-unit {
    margin-top: 0;
}
.data-acquisition-equipment-panel .performance-parameter-container {
    margin-top: 40px;
}
.data-acquisition-equipment-panel .panel-body .unit-heading {
    margin-bottom: 10px;
}
.data-acquisition-equipment-panel .performance-parameter-details li {
    float: left;
    margin-right: 100px;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    color: #3e3a39;
}
.platform-system-panel .platform-system-img li {
    float: left;
    width: 25%;
}
.platform-system-panel .platform-system-img {
    margin-top: 30px;
    margin-bottom: 40px;
}
.platform-system-panel .platform-system-img img {
    width: 90%;
    height: auto;
}
.platform-system-panel .platform-system-details-container li {
    float: left;
    width: 28%;
    margin-left: 8%;
}
.platform-system-panel .platform-system-details-container li:first-child {
    margin-left: 0;
}
.platform-system-panel .platform-system-details-container .title {
    height: 28px;
    line-height: 28px;
    padding-left: 6px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    background: url(../images/systems/title-bg-sm.png) no-repeat;
}
.support-service-panel .support-service-container li {
    float: left;
    width: 12.5%;
}
.support-service-panel .support-service-container .img {
    width: 100px;
    height: 100px;
    background: url(../images/systems/img-bg-opacity.png) no-repeat;
}
.support-service-panel .support-service-container .title  {
    margin-top: 5px;
    margin-bottom: 7px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #3e3a39;
}
.support-service-panel .support-service-container .desc {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #3e3a39;
}
.user-group-panel .user-group-container img,
.our-qualification-panel .our-qualification-img img {
    width: 100%;
    height: auto;
}
.our-qualification-panel .our-qualification-text li {
    float: left;
    margin-right: 60px;
}
.our-qualification-panel .our-qualification-text p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #3e3a39;
}
.our-qualification-panel .our-qualification-text p:before {
    content: '· ';
}
.our-qualification-panel .our-qualification-img {
    margin-top: 15px;
}
@media (max-width: 1162px) {
    .panel-body .unit-body-text {
        width: 301px;
    }
    .data-acquisition-equipment-panel .performance-parameter-details li {
        margin-right: 20px;
    }
    .platform-system-panel .platform-system-details-container li {
        width: 32%;
        margin-left: 2%;
    }
}

/* 行业应用 */
.industry-list-container li {
    float: left;
    width: 46.6%;
    margin-right: 3.4%;
    margin-top: 2%;
    margin-bottom: 1.4%;
}
.industry-list-container .industry-item {
    border: solid 1px #dedfe0;
}
.industry-list-container .industry-item-img {
    position: relative;
}
.industry-list-container .industry-item-img img {
    width: 100%;
    height: auto;
}
.industry-list-container .industry-item .industry-item-text {
    padding: 0 20px 20px;
}
.industry-list-container .industry-item h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, endcolorstr=#7fffffff);
    background: rgba(255, 255, 255, .5);
}
.industry-list-container .industry-item-text p {
    height: 132px;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #909090;
}
.industry-list-container .industry-item-text .more {
    display: inline-block;
    padding: 10px 35px;
    font-size: 12px;
    font-weight: 400;
    color: #4580bc;
    border: solid 1px;
}
.industry-list-container .industry-item:hover {
    border: solid 1px #84c1ff;
}
.industry-list-container .industry-item-text .more:hover {
    color: #fff;
    background: #4580bc;
}
@media (max-width: 1162px) {
    .industry-list-container .industry-item-text p {
        height: 176px;
    }
}

/* 加入我们 */
.join-list-container li {
    float: left;
    width: 48.3%;
    margin-right: 1.7%;
    margin-top: 1.7%;
}
.join-list-container .join-item {
    padding: 30px 20px 30px 30px;
    background: #fff;
    border: solid 2px #ebebeb;
}
.join-list-container .join-item:hover {
    background: #4580bc;
}
.join-list-container .join-item-title {
    border-right: solid 3px #ddd;
}
.join-list-container .join-item:hover .join-item-title {
    border-right: solid 3px #4da5ff;
}
.join-list-container .join-item-title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.join-list-container .join-item-title .small {
    font-size: 13px;
    font-weight: 300;
    color: #4da5ff;
    margin-bottom: 20px;
}
.join-list-container .join-item-text p {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 35px;
    line-height: 24px;
}
.join-list-container .join-item-text p span {
    margin-right: 30px;
}
.join-list-container .join-item-text .more {
    display: inline-block;
    padding: 10px 35px;
    font-size: 12px;
    font-weight: 400;
    color: #4580bc;
    border: solid 1px;
}
.join-list-container .join-item:hover .join-item-title h3,
.join-list-container .join-item:hover .join-item-title .small,
.join-list-container .join-item:hover .join-item-text p,
.join-list-container .join-item:hover .join-item-text .more {
    color: #fff;
}
.model {
    position: fixed;
    display: none;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#DA000000, endcolorstr=#DA000000);
    background: rgba(0, 0, 0, .85);
}
.join-details-container {
    color: #fff;
}
.join-details-container .join-datails-header {
    border-bottom: solid 1px;
}
.join-details-container .join-datails-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.join-details-container .join-datails-header .small {
    font-size: 14px;
    font-weight: 300;
    color: #4da5ff;
    margin-bottom: 25px;
}
.join-details-container .join-datails-header p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
}
.join-details-container .join-datails-header p span {
    margin-right: 120px;
}
.join-details-body {
    height: 235px;
    overflow: auto;
}
.join-details-body > div {
    float: left;
    width: 46%;
}
.job-responsibilities {
    margin-right: 8%;
}
.join-details-body > div .title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}
.join-details-body > div p {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
}
.join-details-footer {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #4da5ff;
}
.model .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 958px;
}
.model .container .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #407ebc;
    font-size: 32px;
}
.model .container .close a {
    color: #407ebc;
}
@media (max-width: 1162px) {
    .join-details-body {
        height: auto;
    }
    .model .container {
        width: 900px;
    }
}

/* 404页面 */
.not-found-section {
    padding-top: 110px;
    background: #ecede8;
}
.not-found-img-wrapper {
    background: #ecede8;
    text-align: center;
}
.not-found-img-wrapper img {
    width: 50%;
}

/* search 页面 */
.search-list {
    padding-top: 110px;
}
.search-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}
.search-entry a {
    font-size: 14px;
    font-weight: 400;
    color: #4580c2;
}
.search-entry li {
    margin: 10px 0;
}